UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.74 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LightSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.LightSIcon = (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(#LightSIcon__a)" }, react_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "LightSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.LightSIcon.displayName = 'LightSIcon';