@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.39 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextSharpMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.TextSharpMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", d: "M18.186 8.784q.405 0 .62.216.215.192.192.528a.77.77 0 0 1-.31.6q-.287.192-.789.192h-1.886l-.716 4.128h1.934q.406 0 .597.216a.68.68 0 0 1 .19.504q0 .312-.286.576-.263.24-.812.24h-1.958l-.86 4.968a1.3 1.3 0 0 1-.381.696q-.263.24-.693.24-.381 0-.597-.24-.19-.264-.095-.696l.835-4.968H8.54l-.86 4.968q-.07.384-.357.672a.99.99 0 0 1-.693.264q-.382 0-.597-.24-.19-.24-.12-.696l.86-4.968H4.767q-.382 0-.597-.192a.61.61 0 0 1-.167-.504q.024-.408.31-.624.287-.216.716-.216h2.078l.692-4.128H5.817q-.43 0-.644-.192-.216-.192-.215-.528 0-.384.286-.6.287-.216.788-.216h2.101l.86-4.824q.072-.408.358-.672A.94.94 0 0 1 10.044 3q.381 0 .573.264.214.264.143.672L9.9 8.784h4.656l.86-4.824q.048-.408.334-.672.31-.288.717-.288.453 0 .597.288.167.264.095.648l-.836 4.848zm-4.68 5.664.716-4.128H9.566l-.692 4.128z" }))); });
exports.TextSharpMIcon.displayName = 'TextSharpMIcon';