UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 819 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 Openstack = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.575 9.29h5.418v5.42h-5.418zM0 9.29h5.419v5.42H0zm18.575 7.827a1.207 1.207 0 01-1.206 1.206H6.623a1.207 1.207 0 01-1.205-1.206v-.858H0v5.252a2.236 2.236 0 002.229 2.23h19.53A2.237 2.237 0 0024 21.512V16.26h-5.425zM21.763.258H2.233a2.236 2.236 0 00-2.23 2.23V7.74h5.419v-.858a1.206 1.206 0 011.205-1.206h10.746a1.206 1.206 0 011.205 1.206v.858H24V2.487A2.237 2.237 0 0021.763.258z" })); exports.default = Openstack;