iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.67 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const WordWrap = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.869 3.449a1.21 1.21 0 00-.473-.329c-.274-.111-.623-.15-1.055-.076a3.5 3.5 0 00-.711.208 1.5 1.5 0 00-.234.125l-.043.03v1.056l.168-.139c.149-.124.326-.225.527-.303.196-.074.399-.113.604-.113.188 0 .33.051.43.157.088.095.138.248.148.456l-.962.144c-.22.03-.41.086-.57.166a1.245 1.245 0 00-.398.311c-.104.125-.182.27-.23.426-.097.33-.093.68.012 1.008a1.096 1.096 0 00.638.67c.155.063.328.093.528.093a1.25 1.25 0 00.978-.441v.345h1.007V4.65c0-.255-.03-.484-.09-.681a1.423 1.423 0 00-.274-.52zm-.636 1.896v.236c0 .119-.018.231-.055.341a.745.745 0 01-.377.447.694.694 0 01-.512.027.454.454 0 01-.156-.094.389.389 0 01-.094-.139.474.474 0 01-.035-.186c0-.077.009-.147.024-.212a.33.33 0 01.078-.141.436.436 0 01.16-.109 1.3 1.3 0 01.306-.073l.66-.097zm5.05-1.067a2.253 2.253 0 00-.243-.656 1.354 1.354 0 00-.436-.459 1.165 1.165 0 00-.642-.173 1.136 1.136 0 00-.69.223c-.1.076-.19.165-.264.266V1H5.09v6.224h.918v-.281c.122.152.286.266.472.328.098.032.208.047.33.047.255 0 .483-.06.677-.177.192-.115.355-.278.486-.486a2.29 2.29 0 00.293-.718 3.87 3.87 0 00.096-.886c0-.26-.026-.519-.078-.773zm-.86.758c0 .232-.02.439-.06.613-.035.172-.09.315-.158.424a.64.64 0 01-.233.237.582.582 0 01-.565.014.683.683 0 01-.211-.183.925.925 0 01-.141-.283A1.187 1.187 0 016 5.5v-.517c0-.164.02-.314.059-.447.037-.132.088-.242.157-.336a.668.668 0 01.228-.208.584.584 0 01.289-.071.554.554 0 01.497.279c.063.099.108.214.143.354.03.143.049.306.049.482zM2.409 9.9a.913.913 0 01.316-.239c.218-.1.547-.105.766-.018.104.042.204.1.32.184l.329.26V8.945l-.096-.062a1.932 1.932 0 00-.905-.215c-.308 0-.593.057-.846.168-.25.11-.467.27-.647.475-.181.21-.318.453-.403.717-.09.272-.137.57-.137.895 0 .289.043.561.129.808.087.249.212.471.374.652.16.185.36.333.597.441.232.104.493.155.778.155.233 0 .434-.028.613-.084a1.85 1.85 0 00.466-.217l.078-.061v-.889l-.2.095a.4.4 0 01-.076.026c-.05.017-.1.035-.128.049-.036.023-.227.09-.227.09-.06.024-.14.043-.218.059a.977.977 0 01-.6-.057.827.827 0 01-.305-.225 1.088 1.088 0 01-.205-.376 1.727 1.727 0 01-.076-.529c0-.21.028-.399.083-.56.054-.158.129-.294.22-.4zM14 6h-4V5h4.5l.5.5v6l-.5.5H7.88l2.071 2.071-.707.707-2.89-2.889v-.707l2.89-2.89L9.95 9l-2 2H14V6z", fill: "#424242" }));
exports.default = WordWrap;