@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.08 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BoltMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.0085 0.286371C14.3181 0.386459 14.5278 0.674679 14.5278 0.999991V8.71153H20C20.2817 8.71153 20.5396 8.86932 20.6678 9.12009C20.796 9.37086 20.7729 9.67232 20.608 9.90065L10.8302 23.4391C10.6398 23.7028 10.301 23.8137 9.99147 23.7136C9.68194 23.6135 9.47223 23.3253 9.47223 23V15.2885H4C3.71836 15.2885 3.46045 15.1307 3.33223 14.8799C3.20401 14.6291 3.22709 14.3277 3.39199 14.0993L13.1698 0.560873C13.3602 0.29715 13.699 0.186282 14.0085 0.286371ZM5.46682 13.7885H10.2222C10.6364 13.7885 10.9722 14.1242 10.9722 14.5385V20.6806L18.5332 10.2115H13.7778C13.3636 10.2115 13.0278 9.87574 13.0278 9.46153V3.31943L5.46682 13.7885Z", fill: "currentColor" }))); });
BoltMIcon.displayName = 'BoltMIcon';