iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.19 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 Basicattentiontoken = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.917 21.886l.062-.124v-.042c0-.041.021-.083.021-.103v-.042c0-.041 0-.103-.02-.145l-.063-.124v-.021L12.54 2.135a.618.618 0 00-.54-.311.645.645 0 00-.539.31L.083 21.265v.021l-.062.124C0 21.451 0 21.513 0 21.554v.042c0 .041 0 .083.02.103v.042c.021.041.021.083.063.124l.02.021c.021.041.042.083.084.104l.062.062c.02.02.041.041.062.041.02.021.062.021.083.042.02 0 .041.02.062.02a.452.452 0 00.166.021h22.736c.062 0 .103 0 .165-.02.021 0 .042-.021.063-.021.041-.021.062-.021.103-.042.02-.02.042-.02.062-.041l.062-.062a.364.364 0 00.083-.104h.021zM12 11.316l3.627 5.845H8.373L12 11.316zm-.622-1.347l-4.56 7.357-4.455 2.55 9.015-15.15v5.243zM7.42 18.425h9.14l4.456 2.55H2.964l4.456-2.55zm9.761-1.099l-4.56-7.357V4.725l9.016 15.15-4.456-2.549z" }));
exports.default = Basicattentiontoken;