@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 845 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconRadiusBottomLeft24 = 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: "M12.4781 16H15.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5h-3c-.7083 0-1.2095-.0004-1.6013-.0324-.3859-.0315-.6215-.0912-.8067-.1856a1.9998 1.9998 0 0 1-.87401-.874c-.09434-.1852-.15406-.4208-.18559-.8067C9.00039 12.7095 9 12.2083 9 11.5v-3c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5v3.0219c0 .6815-.00001 1.2235.03572 1.6608.03659.4478.11312.8296.29126 1.1793a2.9997 2.9997 0 0 0 1.31105 1.311c.34962.1782.73147.2547 1.17927.2913.4373.0357.9793.0357 1.6608.0357", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-radius-bottom-left-24.js.map