UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 978 B
"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 SquareAsterisk = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-square-asterisk", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M19 2a3 3 0 013 3v14a3 3 0 01-3 3H5a3 3 0 01-3-3V5a3 3 0 013-3zm-7 5.5a1 1 0 00-1 1v1.631l-1.445-.963-.101-.06a1 1 0 00-1.009 1.724L10.195 12l-1.75 1.169-.093.07a1 1 0 001.203 1.594L11 13.868V15.5l.007.117A1 1 0 0013 15.5v-1.631l1.445.963.101.06a1 1 0 001.009-1.724l-1.752-1.169 1.752-1.167.093-.07a1 1 0 00-1.203-1.594L13 10.13V8.5l-.007-.117A1 1 0 0012 7.5z" })); exports.default = SquareAsterisk;