UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.37 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({ 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", { d: "M12.2889 5.54476C12.5123 5.54476 12.6931 5.59591 12.8314 5.69821C12.9697 5.80051 13.0229 5.96931 12.991 6.2046C12.9804 6.39898 12.8846 6.55243 12.7038 6.66496C12.5229 6.77749 12.3155 6.83376 12.0814 6.83376H11.0122L10.6292 9.01279H11.6505C11.8952 9.01279 12.0761 9.06905 12.1931 9.18159C12.3208 9.29412 12.3846 9.44246 12.3846 9.6266C12.3846 9.79028 12.2995 9.94373 12.1293 10.087C11.9591 10.2302 11.7303 10.3018 11.4431 10.3018H10.2941L9.76748 13.2327C9.72492 13.4578 9.62918 13.6419 9.48023 13.7852C9.34193 13.9284 9.15043 14 8.90574 14C8.67169 14 8.49615 13.9182 8.37912 13.7545C8.27273 13.5908 8.24082 13.3964 8.28337 13.1714L8.77807 10.3018H6.32052L5.80986 13.2327C5.76731 13.4476 5.66624 13.6317 5.50666 13.7852C5.35771 13.9284 5.17153 14 4.94812 14C4.71407 14 4.53853 13.9335 4.4215 13.8005C4.30448 13.6573 4.26724 13.4476 4.3098 13.1714L4.82046 10.3018H3.71934C3.49593 10.3018 3.31507 10.2506 3.17677 10.1483C3.0491 10.0358 2.99059 9.89258 3.00123 9.71867C3.02251 9.48338 3.11293 9.30946 3.27252 9.19693C3.44274 9.07417 3.66083 9.01279 3.9268 9.01279H5.15558L5.52261 6.83376H4.34171C4.12894 6.83376 3.9534 6.78772 3.81509 6.69565C3.67679 6.60358 3.60764 6.46036 3.60764 6.26599C3.60764 6.02046 3.69275 5.84143 3.86297 5.7289C4.03319 5.60614 4.26192 5.54476 4.54917 5.54476H5.84178L6.3684 2.76726C6.42159 2.53197 6.51734 2.34783 6.65564 2.21483C6.79395 2.07161 6.98544 2 7.23013 2C7.46419 2 7.63973 2.07673 7.75675 2.23018C7.88442 2.38363 7.92165 2.58312 7.86846 2.82864L7.3578 5.54476H9.81535L10.342 2.76726C10.3845 2.55243 10.4803 2.3734 10.6292 2.23018C10.7782 2.07673 10.9697 2 11.2037 2C11.4484 2 11.6239 2.07673 11.7303 2.23018C11.8474 2.38363 11.8793 2.58312 11.8261 2.82864L11.3314 5.54476H12.2889ZM9.1132 9.01279L9.49619 6.83376H7.03864L6.6716 9.01279H9.1132Z", fill: "currentColor" }))); }); exports.TextSharpSIcon.displayName = 'TextSharpSIcon';