iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 894 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 LetterCaseUppercase = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.626 2.75a.5.5 0 01.468.327l3.076 8.32a.5.5 0 01-.938.346L5.224 9.016H2.027L1.02 11.743a.5.5 0 11-.938-.347l3.076-8.32a.5.5 0 01.469-.326zm0 1.942L4.91 8.166H2.34l1.284-3.474zm7.746-1.942a.5.5 0 01.469.327l3.075 8.32a.5.5 0 11-.938.346L12.97 9.016H9.773l-1.008 2.727a.5.5 0 11-.938-.347l3.076-8.32a.5.5 0 01.469-.326zm0 1.942l1.284 3.474h-2.568l1.284-3.474z", fill: "currentColor" }));
exports.default = LetterCaseUppercase;