@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.49 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlashDriverMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.25 2.866c.82-.821 2.151-.821 2.972 0l1.912 1.912c.821.82.821 2.151 0 2.972L19.42 9.466a2.1 2.1 0 0 1-.197 2.746L10.3 21.134c-.821.821-2.152.821-2.973 0l-.44-.44a2.1 2.1 0 0 1-2.747-.197l-.637-.637a2.1 2.1 0 0 1-.197-2.746l-.44-.441a2.1 2.1 0 0 1 0-2.973l8.922-8.922a2.1 2.1 0 0 1 2.746-.197zm-.64 2.76 2.763 2.764 1.7-1.7a.6.6 0 0 0 0-.852l-1.911-1.912a.6.6 0 0 0-.852 0zm-1.91.212a.6.6 0 0 0-.851 0l-8.923 8.923a.6.6 0 0 0 0 .851l.426.426 4.887-4.887c.82-.82 2.152-.82 2.973 0l.637.637c.82.821.82 2.152 0 2.973l-4.887 4.887.426.426a.6.6 0 0 0 .851 0l8.923-8.923a.6.6 0 0 0 0-.851zM4.882 17.63l5.418-5.417a.6.6 0 0 1 .851 0l.637.637a.6.6 0 0 1 0 .851l-5.736 5.736a.6.6 0 0 1-.851 0l-.637-.637a.6.6 0 0 1 0-.851zm13.384-13.17a.75.75 0 0 1 0 1.06l-.637.638a.75.75 0 0 1-1.06-1.06l.637-.638a.75.75 0 0 1 1.06 0m1.275 1.275a.75.75 0 0 1 0 1.06l-.637.638a.75.75 0 0 1-1.061-1.061l.637-.637a.75.75 0 0 1 1.061 0m-8.923 7.648a.75.75 0 0 1 0 1.06l-3.824 3.824a.75.75 0 0 1-1.06-1.06l3.824-3.824a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
FlashDriverMIcon.displayName = 'FlashDriverMIcon';