UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BoltSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BoltSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.33882 0.285456C9.6499 0.384581 9.86111 0.673563 9.86111 1.00005V5.63467H13C13.2805 5.63467 13.5376 5.79119 13.6663 6.04039C13.7951 6.28958 13.774 6.5898 13.6117 6.81859L7.50062 15.434C7.31173 15.7003 6.97226 15.8138 6.66118 15.7147C6.35011 15.6155 6.13889 15.3265 6.13889 15.0001V10.3654H3C2.71951 10.3654 2.46245 10.2089 2.33369 9.95972C2.20493 9.71052 2.22599 9.41031 2.38827 9.18152L8.49938 0.566136C8.68827 0.299837 9.02774 0.18633 9.33882 0.285456ZM4.45152 8.86544H6.88889C7.3031 8.86544 7.63889 9.20122 7.63889 9.61544V12.6464L11.5485 7.13467H9.11111C8.6969 7.13467 8.36111 6.79888 8.36111 6.38467V3.35373L4.45152 8.86544Z", fill: "currentColor" }))); }); exports.BoltSIcon.displayName = 'BoltSIcon';