UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 970 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 SdCard = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-sd-card", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M6.25 3.5a.75.75 0 00-1.5 0v2a.75.75 0 001.5 0zm2 0a.75.75 0 00-1.5 0v2a.75.75 0 001.5 0zm2 0a.75.75 0 00-1.5 0v2a.75.75 0 001.5 0zm2 0a.75.75 0 00-1.5 0v2a.75.75 0 001.5 0z" }), React.createElement("path", { fillRule: "evenodd", d: "M5.914 0H12.5A1.5 1.5 0 0114 1.5v13a1.5 1.5 0 01-1.5 1.5h-9A1.5 1.5 0 012 14.5V3.914c0-.398.158-.78.44-1.06L4.853.439A1.5 1.5 0 015.914 0M13 1.5a.5.5 0 00-.5-.5H5.914a.5.5 0 00-.353.146L3.146 3.561A.5.5 0 003 3.914V14.5a.5.5 0 00.5.5h9a.5.5 0 00.5-.5z" })); exports.default = SdCard;