iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 921 B
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 Italic = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.001 13.593l-.096.325H4l.123-.325c.492-.012.818-.053.976-.123.258-.1.448-.238.571-.413.194-.276.393-.768.598-1.477l2.074-7.19c.176-.597.264-1.048.264-1.353a.643.643 0 00-.115-.387.683.683 0 00-.351-.237c-.152-.059-.454-.088-.905-.088L7.34 2h4.606l-.097.325c-.375-.006-.653.035-.835.123a1.357 1.357 0 00-.606.501c-.135.217-.311.697-.528 1.442l-2.065 7.19c-.188.661-.282 1.083-.282 1.265 0 .146.036.272.106.378.076.1.193.178.351.237.165.053.501.097 1.011.132z", fill: "#424242" }));
exports.default = Italic;