UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextSharpSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.TextSharpSIcon = (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", d: "M12.289 5.545q.335 0 .542.153.208.154.16.507a.56.56 0 0 1-.287.46q-.272.169-.623.169h-1.069l-.383 2.179h1.021q.367 0 .543.169.192.168.192.445 0 .245-.256.46-.255.215-.686.215h-1.149l-.527 2.93q-.063.339-.287.553-.207.215-.574.215-.351 0-.527-.245a.77.77 0 0 1-.096-.584l.495-2.87H6.321l-.511 2.932a1.03 1.03 0 0 1-.303.552.77.77 0 0 1-.559.215q-.351 0-.527-.2-.175-.214-.111-.629l.51-2.87h-1.1q-.336 0-.543-.153A.5.5 0 0 1 3 9.718q.033-.353.272-.521.255-.184.654-.184h1.229l.367-2.18H4.342a.93.93 0 0 1-.527-.137q-.207-.139-.207-.43 0-.369.255-.537.255-.184.686-.184h1.293l.526-2.778q.081-.353.288-.552Q6.863 2 7.23 2q.351 0 .527.23.191.23.111.599l-.51 2.716h2.457l.527-2.778a1 1 0 0 1 .287-.537.77.77 0 0 1 .575-.23q.367 0 .526.23.176.23.096.599l-.495 2.716zM9.113 9.013l.383-2.18H7.04l-.367 2.18z" }))); }); exports.TextSharpSIcon.displayName = 'TextSharpSIcon';