@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.03 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconVersionHistorySmall24 = 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: "M7.99937 8.99987C8.91156 7.78522 10.364 6.99951 12 6.99951c2.7614 0 5 2.23858 5 4.99999 0 2.7614-2.2386 5-5 5-2.59291 0-4.72484-1.9737-4.97538-4.5007-.02725-.2748-.24848-.4993-.52462-.4993s-.50217.2247-.47948.4999c.25401 3.0798 2.8341 5.5001 5.97948 5.5001 3.3137 0 6-2.6863 6-6s-2.6863-5.99999-6-5.99999c-2.08697 0-3.92508 1.06551-5 2.68221V6.49987c0-.27615-.22386-.5-.5-.5s-.5.22385-.5.5v3c0 .27614.22386.5.5.5h3c.27614 0 .5-.22386.5-.5 0-.27615-.22386-.5-.5-.5zM12 8.99934c.2761 0 .5.22386.5.5v2.29336l1.3535 1.353c.1953.1953.1953.5118.0001.7071s-.5118.1954-.7071.0002l-1.5-1.4995a.5.5 0 0 1-.1465-.3536V9.49934c0-.27614.2239-.5.5-.5", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-version-history-small-24.js.map