UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.11 kB
"use strict"; 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 PreserveCase = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M8.535 12.467H7.436l-.897-2.373h-3.59l-.845 2.373H1L4.248 4h1.027l3.26 8.467zm-2.32-3.265l-1.33-3.608a3.454 3.454 0 01-.13-.567h-.023c-.04.24-.085.43-.136.567L3.28 9.202h2.935zM9.786 12.467V4h2.41c.732 0 1.312.18 1.741.537.43.359.644.825.644 1.4 0 .48-.13.897-.39 1.252-.26.354-.618.606-1.074.755v.024c.57.067 1.027.283 1.37.65.342.362.513.834.513 1.417 0 .724-.26 1.31-.78 1.76-.519.448-1.174.672-1.965.672H9.786zm.992-7.57v2.734h1.016c.543 0 .97-.13 1.281-.39.311-.263.467-.633.467-1.11 0-.822-.541-1.233-1.624-1.233h-1.14zm0 3.626v3.047h1.347c.582 0 1.033-.138 1.352-.414.323-.275.484-.653.484-1.133 0-1-.681-1.5-2.043-1.5h-1.14z", fill: "#424242" })); exports.default = PreserveCase;