UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.03 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconCameraOffSmall24 = 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: "M17.8536 6.85355c.1952-.19526.1952-.51184 0-.7071-.1953-.19527-.5119-.19527-.7072 0L6.14645 17.1464c-.19527.1953-.19527.5119 0 .7072.19526.1952.51184.1952.7071 0zM13.5 7c.4012 0 .7803.09449 1.1163.26243l-.7763.77626A1.506 1.506 0 0 0 13.5 8h-6C6.67157 8 6 8.67157 6 9.5v5c0 .3833.1438.7331.3804.9983l-.70779.7078C5.25537 15.7593 5 15.1595 5 14.5v-5C5 8.11929 6.11929 7 7.5 7zm0 9h-3.3787l-.99998 1H13.5c1.3807 0 2.5-1.1193 2.5-2.5v-.5858l1.2929 1.2929c.286.286.7161.3716 1.0898.2168S19 14.9045 19 14.5v-5c0-.40446-.2436-.7691-.6173-.92387-.3034-.12566-.6439-.09292-.9144.07686L15 11.1213V14.5c0 .8284-.6716 1.5-1.5 1.5m2.5-3.5 1 1 1 1v-5l-1 1-1 1z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-camera-off-small-24.js.map