UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.91 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SafeSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.SafeSIcon = (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(#SafeSIcon__a)" }, react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.785.785A1.83 1.83 0 0 1 2.077.25h11.846a1.827 1.827 0 0 1 1.827 1.827v10.23a1.827 1.827 0 0 1-1.827 1.828h-.327V15a.75.75 0 0 1-1.5 0v-.865h-8.73V15a.75.75 0 0 1-1.5 0v-.878A1.827 1.827 0 0 1 .25 12.308V2.077c0-.485.192-.95.535-1.292m1.83 11.85h11.308a.327.327 0 0 0 .327-.327V2.077a.327.327 0 0 0-.327-.327H2.077a.327.327 0 0 0-.327.327v10.23a.327.327 0 0 0 .327.328zm7-9.423a.75.75 0 0 1 .75.75v.705q.264.078.506.21l.497-.498a.75.75 0 0 1 1.06 1.06l-.496.498q.13.241.209.505h.705a.75.75 0 0 1 0 1.5h-.705a2.6 2.6 0 0 1-.21.506l.498.497a.75.75 0 1 1-1.06 1.06l-.498-.496q-.241.13-.506.209v.705a.75.75 0 0 1-1.5 0v-.705a2.6 2.6 0 0 1-.505-.21l-.497.498a.75.75 0 1 1-1.061-1.06l.497-.498a2.6 2.6 0 0 1-.21-.506h-.704a.75.75 0 1 1 0-1.5h.705q.078-.263.21-.505l-.498-.497a.75.75 0 1 1 1.06-1.061l.498.497q.241-.13.505-.21v-.704a.75.75 0 0 1 .75-.75M3.692 4.558a.75.75 0 0 1 .75.75v3.769a.75.75 0 1 1-1.5 0v-3.77a.75.75 0 0 1 .75-.75m5.923 1.5a1.135 1.135 0 1 0 0 2.269 1.135 1.135 0 0 0 0-2.27", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "SafeSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.SafeSIcon.displayName = 'SafeSIcon';