@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 2.16 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlashDriverSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_9303_2452)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1875 0.777661C11.891 0.074113 13.0317 0.074113 13.7352 0.777661L15.2223 2.26477C15.9259 2.96832 15.9259 4.109 15.2223 4.81255L13.9863 6.04861C14.4254 6.74472 14.3417 7.67601 13.7352 8.28248L6.79536 15.2223C6.09182 15.9259 4.95114 15.9259 4.24759 15.2223L4.00294 14.9777C3.30683 15.4168 2.37554 15.3331 1.76907 14.7266L1.27337 14.2309C0.666896 13.6245 0.583213 12.6932 1.02232 11.9971L0.777661 11.7524C0.0741128 11.0489 0.0741131 9.90818 0.777661 9.20463L7.71752 2.26477C8.32399 1.6583 9.25528 1.57462 9.95139 2.01372L11.1875 0.777661ZM11.0435 3.04296L12.957 4.95652L14.1617 3.75189C14.2794 3.63413 14.2794 3.4432 14.1617 3.32543L12.6746 1.83832C12.5568 1.72056 12.3659 1.72056 12.2481 1.83832L11.0435 3.04296ZM9.20463 3.32543C9.08687 3.20767 8.89594 3.20767 8.77818 3.32543L1.83832 10.2653C1.72056 10.3831 1.72056 10.574 1.83832 10.6917L2.05155 10.905L5.7347 7.22182C6.43825 6.51827 7.57893 6.51827 8.28248 7.22182L8.77818 7.71752C9.48173 8.42107 9.48173 9.56175 8.77818 10.2653L5.09503 13.9485L5.30825 14.1617C5.42601 14.2794 5.61694 14.2794 5.7347 14.1617L12.6746 7.22182C12.7923 7.10406 12.7923 6.91313 12.6746 6.79537L9.20463 3.32543ZM7.22182 8.28248C7.10406 8.16472 6.91313 8.16472 6.79536 8.28248L2.33403 12.7438C2.21626 12.8616 2.21626 13.0525 2.33403 13.1703L2.82973 13.666C2.94749 13.7837 3.13842 13.7837 3.25618 13.666L7.71752 9.20463C7.83528 9.08687 7.83528 8.89594 7.71752 8.77818L7.22182 8.28248Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_9303_2452" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
FlashDriverSIcon.displayName = 'FlashDriverSIcon';