UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.65 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlashDriverSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlashDriverSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlashDriverSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.188.778a1.8 1.8 0 0 1 2.547 0l1.487 1.487a1.8 1.8 0 0 1 0 2.548l-1.236 1.236c.44.696.356 1.627-.25 2.233l-6.94 6.94a1.8 1.8 0 0 1-2.548 0l-.245-.244a1.8 1.8 0 0 1-2.234-.251l-.496-.496a1.8 1.8 0 0 1-.25-2.234l-.245-.245a1.8 1.8 0 0 1 0-2.547l6.94-6.94a1.8 1.8 0 0 1 2.233-.251zm-.145 2.265 1.914 1.914 1.205-1.205a.3.3 0 0 0 0-.427l-1.487-1.487a.3.3 0 0 0-.427 0zm-1.838.282a.3.3 0 0 0-.427 0l-6.94 6.94a.3.3 0 0 0 0 .427l.214.213 3.683-3.683a1.8 1.8 0 0 1 2.547 0l.496.496a1.8 1.8 0 0 1 0 2.547l-3.683 3.683.213.214a.3.3 0 0 0 .427 0l6.94-6.94a.3.3 0 0 0 0-.427zM7.222 8.282a.3.3 0 0 0-.427 0l-4.461 4.462a.3.3 0 0 0 0 .426l.496.496a.3.3 0 0 0 .426 0l4.462-4.461a.3.3 0 0 0 0-.427z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlashDriverSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.FlashDriverSIcon.displayName = 'FlashDriverSIcon';