@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.26 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAiOutlineSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M17 7H7c-.55228 0-1 .44772-1 1v6c0 .5523.44772 1 1 1h10c.5523 0 1-.4477 1-1V8c0-.55228-.4477-1-1-1M7 16h1.68078l-.66226 2.3652c-.07445.2659.08076.5418.34667.6163.26592.0744.54184-.0808.6163-.3467L9.71924 16h4.56156l.7377 2.6348c.0745.2659.3504.4211.6163.3467.2659-.0745.4211-.3504.3467-.6163L15.3192 16H17c1.1046 0 2-.8954 2-2V8c0-1.10457-.8954-2-2-2H7c-1.10457 0-2 .89543-2 2v6c0 1.1046.89543 2 2 2m1.51493-6.55972L8.3 10.3l-.85972.2149c-.50497.1263-.50497.8439 0 .9702L8.3 11.7l.21493.8597c.12624.505.8439.505.97014 0L9.7 11.7l.8597-.2149c.505-.1263.505-.8439 0-.9702L9.7 10.3l-.21493-.85972c-.12624-.50497-.8439-.50497-.97014 0M12 9.49772c.0013-.27614.2261-.49897.5023-.49771l3 .01367c.2761.00126.499.22613.4977.50227s-.2261.49895-.5023.49775l-3-.01371c-.2761-.00125-.499-.22613-.4977-.50227M12.5 12c-.2761 0-.5.2239-.5.5s.2239.5.5.5H15c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-ai-outline-small-24.js.map