@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.1 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconActionScrollSmall24 = 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: "M14.0001 7c0 .93329-.6393 1.71727-1.5039 1.93797A.49.49 0 0 1 12.5001 9v1H13.5c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-.9999v5.9753c1.7285-.1716 3.1987-1.2235 3.955-2.7029.1257-.2459.4269-.3433.6728-.2176s.3433.4269.2176.6728c-.9208 1.8013-2.7267 3.077-4.8454 3.2519V18.5c0 .2761-.2239.5-.5.5-.2762 0-.5-.2239-.5-.5v-.5205c-2.11882-.1748-3.92475-1.4506-4.84559-3.2519-.12569-.2459-.02826-.5471.21762-.6728s.5471-.0283.67279.2176c.75628 1.4795 2.22656 2.5313 3.95518 2.7029V11H10.5c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5h1.0001V9a.51.51 0 0 1 .0038-.06203C10.6393 8.71727 10.0001 7.93329 10.0001 7c0-1.10457.8954-2 2-2 1.1045 0 2 .89543 2 2m-2 1c.5522 0 1-.44772 1-1s-.4478-1-1-1c-.5523 0-1 .44772-1 1s.4477 1 1 1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-action-scroll-small-24.js.map