@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.53 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LightSIcon = 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("g", { clipPath: "url(#LightSIcon__a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 .25a.75.75 0 0 1 .75.75v1.077a.75.75 0 0 1-1.5 0V1A.75.75 0 0 1 8 .25M2.516 2.516a.75.75 0 0 1 1.06 0l.765.764a.75.75 0 0 1-1.06 1.061l-.765-.765a.75.75 0 0 1 0-1.06m10.968 0a.75.75 0 0 1 0 1.06l-.764.765a.75.75 0 0 1-1.061-1.06l.765-.765a.75.75 0 0 1 1.06 0M5.948 5.948a2.902 2.902 0 1 1 4.104 4.104 2.902 2.902 0 0 1-4.104-4.104M8 6.598a1.402 1.402 0 1 0 0 2.804 1.402 1.402 0 0 0 0-2.804M.25 8A.75.75 0 0 1 1 7.25h1.077a.75.75 0 0 1 0 1.5H1A.75.75 0 0 1 .25 8m12.923 0a.75.75 0 0 1 .75-.75H15a.75.75 0 0 1 0 1.5h-1.077a.75.75 0 0 1-.75-.75m-8.832 3.659a.75.75 0 0 1 0 1.06l-.764.765a.75.75 0 1 1-1.061-1.06l.765-.765a.75.75 0 0 1 1.06 0m7.318 0a.75.75 0 0 1 1.06 0l.765.765a.75.75 0 0 1-1.06 1.06l-.765-.764a.75.75 0 0 1 0-1.061M8 13.173a.75.75 0 0 1 .75.75V15a.75.75 0 0 1-1.5 0v-1.077a.75.75 0 0 1 .75-.75", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "LightSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
LightSIcon.displayName = 'LightSIcon';