@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 2.23 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({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M18.1858 8.784C18.4564 8.784 18.6633 8.856 18.8066 9C18.9499 9.128 19.0135 9.304 18.9976 9.528C18.9817 9.784 18.8782 9.984 18.6872 10.128C18.4962 10.256 18.2335 10.32 17.8993 10.32H16.0129L15.2966 14.448H17.2307C17.5013 14.448 17.7003 14.52 17.8276 14.664C17.955 14.792 18.0186 14.96 18.0186 15.168C18.0186 15.376 17.9231 15.568 17.7321 15.744C17.557 15.904 17.2864 15.984 16.9203 15.984H14.9623L14.1028 20.952C14.0391 21.24 13.9117 21.472 13.7207 21.648C13.5456 21.808 13.3148 21.888 13.0283 21.888C12.7736 21.888 12.5746 21.808 12.4313 21.648C12.304 21.472 12.2722 21.24 12.3358 20.952L13.1715 15.984H8.53934L7.67976 20.952C7.63201 21.208 7.51262 21.432 7.3216 21.624C7.13058 21.8 6.89977 21.888 6.62916 21.888C6.37447 21.888 6.17549 21.808 6.03223 21.648C5.90488 21.488 5.86508 21.256 5.91284 20.952L6.77242 15.984H4.76673C4.51204 15.984 4.31306 15.92 4.16979 15.792C4.04245 15.664 3.98673 15.496 4.00265 15.288C4.01857 15.016 4.12204 14.808 4.31306 14.664C4.50408 14.52 4.74285 14.448 5.02938 14.448H7.1067L7.79915 10.32H5.81733C5.5308 10.32 5.31591 10.256 5.17264 10.128C5.02938 10 4.95775 9.824 4.95775 9.6C4.95775 9.344 5.05326 9.144 5.24427 9C5.43529 8.856 5.69794 8.784 6.03223 8.784H8.13343L8.99301 3.96C9.04077 3.688 9.16015 3.464 9.35117 3.288C9.54219 3.096 9.77301 3 10.0436 3C10.2983 3 10.4893 3.088 10.6167 3.264C10.7599 3.44 10.8077 3.664 10.7599 3.936L9.90035 8.784H14.5564L15.416 3.96C15.4478 3.688 15.5593 3.464 15.7503 3.288C15.9572 3.096 16.196 3 16.4666 3C16.7691 3 16.968 3.096 17.0635 3.288C17.175 3.464 17.2068 3.68 17.1591 3.936L16.3234 8.784H18.1858ZM13.5058 14.448L14.2221 10.32H9.56607L8.87363 14.448H13.5058Z", fill: "currentColor" }))); });
exports.TextSharpMIcon.displayName = 'TextSharpMIcon';