iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.48 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 WholeWord = (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: "M1 2h14v1H1V2zm13 2h-1v8h1V4zm-2.728 4.387a2.353 2.353 0 00-.36-.786 1.746 1.746 0 00-.609-.53 1.832 1.832 0 00-.866-.193c-.198 0-.38.024-.547.073a1.76 1.76 0 00-.453.205 1.724 1.724 0 00-.365.318l-.179.258V4.578H7V12h.893v-.575l.126.175c.087.102.19.19.304.269.117.078.25.14.398.186.15.046.314.068.498.068.353 0 .666-.071.937-.212.272-.143.5-.338.682-.586.183-.25.321-.543.414-.879.093-.338.14-.703.14-1.097a3.756 3.756 0 00-.12-.962zM9.793 7.78c.151.071.282.176.39.314.11.14.194.313.255.517.051.174.082.371.09.587l-.008.125c0 .327-.033.62-.1.869a1.886 1.886 0 01-.278.614c-.117.162-.26.285-.42.366-.323.162-.76.166-1.07.015a1.264 1.264 0 01-.393-.296 1.273 1.273 0 01-.218-.367s-.179-.447-.179-.947c0-.5.18-1.002.18-1.002.061-.177.135-.318.223-.43.114-.143.256-.259.424-.345.168-.086.365-.129.587-.129.19 0 .364.037.517.109zM15 13H1v1h14v-1zM2.813 10l-.728 2.031H1l.025-.072 2.441-7.086h.941l2.485 7.158H5.81L5.032 10H2.813zm1.121-3.578h-.022l-.905 2.753h1.841l-.914-2.753z", fill: "#424242" }));
exports.default = WholeWord;