@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 966 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LabelSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.LabelSIcon = (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("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.25 1.75a.6.6 0 0 0-.394.134c-.085.073-.106.145-.106.193v11.287l3.76-3.24a.75.75 0 0 1 .98 0l3.76 3.24V2.077c0-.048-.021-.12-.106-.193a.6.6 0 0 0-.394-.134zM2.877.747C3.257.42 3.753.25 4.25.25h7.5c.497 0 .993.17 1.373.497.385.331.627.806.627 1.33V15a.75.75 0 0 1-1.24.568L8 11.682l-4.51 3.886A.75.75 0 0 1 2.25 15V2.077c0-.524.242-.999.627-1.33", clipRule: "evenodd" }))); });
exports.LabelSIcon.displayName = 'LabelSIcon';