@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 705 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlashSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.339.285A.75.75 0 0 1 9.86 1v4.635H13a.75.75 0 0 1 .612 1.184L7.5 15.434A.75.75 0 0 1 6.139 15v-4.635H3a.75.75 0 0 1-.612-1.184L8.5.566a.75.75 0 0 1 .84-.28m-4.887 8.58h2.437a.75.75 0 0 1 .75.75v3.031l3.91-5.511H9.11a.75.75 0 0 1-.75-.75V3.354z", clipRule: "evenodd" }))); });
FlashSIcon.displayName = 'FlashSIcon';