@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 926 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSlide24 = 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: "M19 5H5c-.55228 0-1 .44772-1 1v9c0 .5523.44772 1 1 1h14c.5523 0 1-.4477 1-1V6c0-.55228-.4477-1-1-1M5 4c-1.10457 0-2 .89543-2 2v9c0 1.1046.89543 2 2 2h1.86849l-1.30148 2.2542c-.13807.2392-.05613.545.18301.683.23915.1381.54494.0562.68302-.183L8.02319 17h7.95371l1.5901 2.7543c.1381.2391.4439.3211.6831.183.2391-.1381.321-.4439.183-.683L17.1316 17H19c1.1046 0 2-.8954 2-2V6c0-1.10457-.8954-2-2-2zm6.53 4.05413c-.666-.41628-1.53.06256-1.53.84799v3.19578c0 .7854.864 1.2643 1.53.848l2.5566-1.5979c.6267-.3917.6267-1.3043 0-1.696zm-.53.84799L13.5566 10.5 11 12.0979z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-slide-24.js.map