UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.36 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FrankSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FrankSIcon = (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: "M6.73754 2.70624C6.64027 2.83664 6.56818 3.06382 6.56818 3.375V5.875H10.9091C11.3233 5.875 11.6591 6.21079 11.6591 6.625C11.6591 7.03921 11.3233 7.375 10.9091 7.375H6.56818V9.9375H7.63636C8.05058 9.9375 8.38636 10.2733 8.38636 10.6875C8.38636 11.1017 8.05058 11.4375 7.63636 11.4375H6.56818V14.25C6.56818 14.6642 6.2324 15 5.81818 15C5.40397 15 5.06818 14.6642 5.06818 14.25V11.4375H4C3.58579 11.4375 3.25 11.1017 3.25 10.6875C3.25 10.2733 3.58579 9.9375 4 9.9375H5.06818V6.625V3.375C5.06818 2.87368 5.17791 2.28836 5.53519 1.80938C5.91864 1.29532 6.51608 1 7.27273 1H11.9996L12 1.75L12 2.5H7.27273C6.93846 2.5 6.80863 2.61093 6.73754 2.70624ZM12.75 1.75C12.75 2.16421 12.4142 2.5 12 2.5L12 1.75L11.9996 1C12.4138 1 12.75 1.33579 12.75 1.75Z", fill: "currentColor" }))); }); exports.FrankSIcon.displayName = 'FrankSIcon';