import { createSvgIcon } from '../create-svg-icon'; export default createSvgIcon([ { attributes: { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M12.001 6.76462C13.7801 6.76512 15.2227 8.208 15.2227 9.98728C15.2225 11.4175 14.2898 12.629 13 13.0498V16.6933H11V13.0498C9.71034 12.6289 8.77852 11.4173 8.77832 9.98728C8.77832 8.20769 10.2214 6.76462 12.001 6.76462ZM12.001 8.76462C11.326 8.76462 10.7783 9.31226 10.7783 9.98728C10.7786 10.6621 11.3261 11.209 12.001 11.209C12.6754 11.2085 13.2224 10.6618 13.2227 9.98728C13.2227 9.31257 12.6756 8.76512 12.001 8.76462Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, { attributes: { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M11.7275 1.03904C11.9086 0.986848 12.1012 0.986802 12.2822 1.03904L21.2773 3.63474C21.7053 3.75829 22 4.15025 22 4.59568V9.75779C22 15.8657 18.1122 21.3002 12.3135 23.3525L12.1592 23.3926C12.0548 23.4104 11.9481 23.4104 11.8438 23.3926L11.6895 23.3525C5.88907 21.3003 2 15.8643 2 9.75486V4.59568C2.00004 4.15022 2.2947 3.75827 2.72266 3.63474L11.7275 1.03904ZM4 5.34763V9.75486C4 14.8775 7.18483 19.4665 12.001 21.333C16.816 19.4667 20 14.8792 20 9.75779V5.34763L12.0039 3.04001L4 5.34763Z', fill: 'black', fillOpacity: '0.9', }, name: 'path', }, ]);