import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { d: 'M7.99828 7.06789C9.17645 7.06792 10.1321 8.02349 10.1321 9.20167C10.1319 10.3797 9.17632 11.3341 7.99828 11.3341C6.82022 11.3341 5.86472 10.3797 5.86451 9.20167C5.86451 8.02347 6.82009 7.06789 7.99828 7.06789Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, { attributes: { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M21.7789 1.5C22.3914 1.50018 22.8891 1.99641 22.8893 2.60903V20.391C22.8892 21.0036 22.3916 21.4998 21.7789 21.5H2.22036C1.60774 21.4998 1.11134 21.0037 1.11133 20.391V2.60903C1.1115 1.99648 1.60776 1.50017 2.22036 1.5H21.7789ZM3.30263 16.3027L6.72738 12.8779C7.12226 12.4832 7.75092 12.4489 8.18691 12.7977L9.96484 14.2197L12.3421 11.4452C12.7204 11.0037 13.3785 10.9344 13.8404 11.2873L20.6966 16.5301V3.6913H3.30263V16.3027Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);