iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.01 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 BrandBlackberry = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-blackberry", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M7 6a1 1 0 00-1-1H4l-.5 2H6a1 1 0 001-1zM6 12a1 1 0 00-1-1H3l-.5 2H5a1 1 0 001-1zM13 12a1 1 0 00-1-1h-2l-.5 2H12a1 1 0 001-1zM14 6a1 1 0 00-1-1h-2l-.5 2H13a1 1 0 001-1zM12 18a1 1 0 00-1-1H9l-.5 2H11a1 1 0 001-1zM20 15a1 1 0 00-1-1h-2l-.5 2H19a1 1 0 001-1zM21 9a1 1 0 00-1-1h-2l-.5 2H20a1 1 0 001-1z" }));
exports.default = BrandBlackberry;