UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 873 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 Mural = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M20.53 8.118H24v13.258h-3.47V8.118zM5.497 6.094A2.03 2.03 0 017.524 8.12h3.47a5.503 5.503 0 00-5.497-5.497A5.503 5.503 0 000 8.121h3.47a2.03 2.03 0 012.027-2.027zm2.027 15.285l3.47-.002V8.12h-3.47v13.258zm8.952-.005v-3.468h-3.47l-2.013.001v3.47l5.483-.003zm0-13.256a2.03 2.03 0 012.027-2.027V2.62a5.503 5.503 0 00-5.497 5.497v9.788h3.47V8.118zm4.055 0H24a5.503 5.503 0 00-5.497-5.497v3.47a2.03 2.03 0 012.027 2.027zM0 21.378h3.47V8.122H0V21.38z" })); exports.default = Mural;