@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.38 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconAuthorSmall24 = 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: "M10.0001 10c-1.10457 0-2-.89543-2-2s.89543-2 2-2c1.1046 0 2 .89543 2 2s-.8954 2-2 2m-3-2c0-1.65685 1.34314-3 3-3 1.6569 0 3 1.34315 3 3s-1.3431 3-3 3c-1.65686 0-3-1.34315-3-3m-1.59806 7.4903c.26923.0538.53117-.1195.58739-.3876l.00195-.008a.96.96 0 0 1 .01501-.0522c.01558-.0496.04299-.1265.08742-.2217.08885-.1904.24491-.4523.50984-.7172C7.12226 13.5849 8.11372 13 10.0001 13c.5126 0 .9591.0432 1.3479.1165l.8272-.8272C11.5767 12.1098 10.859 12 10.0001 12c-2.11363 0-3.37217.6651-4.10356 1.3964-.36007.3601-.57901.7232-.70891 1.0015-.06494.1392-.10784.2576-.13523.3448a2 2 0 0 0-.0304.1064 1.3 1.3 0 0 0-.00807.0336l-.00252.0115-.00091.0043-.00037.0019-.00017.0008c-.00008.0004-.00015.0007.49014.0988l-.49029-.0981c-.05416.2708.12145.5342.39223.5884M13 19c.2652 0 .5196-.1054.7071-.2929l5-5c.3905-.3905.3905-1.0237 0-1.4142l-1.5-1.5c-.3905-.3905-1.0237-.3905-1.4142 0l-5 5A1 1 0 0 0 10.5 16.5V18c0 .5523.4477 1 1 1zm0-1 4.2929-4.2929L18 13l-.7071-.7071-.0858-.0858L16.5 11.5l-.7071.7071L11.5 16.5V18H13", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-author-small-24.js.map