iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.91 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 Imdb = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.645 2H3.355c-.742.032-1.323.645-1.387 1.323v17.322c.064.71.613 1.258 1.322 1.355h17.42c.742-.032 1.322-.677 1.322-1.42V3.42c-.064-.743-.645-1.388-1.387-1.42zm.936 18.58a.99.99 0 01-.904 1H3.29a.958.958 0 01-.903-.967V3.355c.032-.516.452-.903.968-.968h17.258c.548.032.968.452.968 1v17.194z", fill: "#323544" }),
React.createElement("path", { d: "M5.968 8.87h-1.58V15h1.58V8.87zM8.968 11.774l-.226-1.58c-.032-.484-.129-.968-.193-1.323H6.517V15H7.87v-4.032L8.453 15h1l.549-4.13V15h1.354V8.87H9.26l-.29 2.904zM15.258 9.355c-.129-.194-.355-.258-.645-.355-.258-.032-.742-.097-1.452-.097h-1.193v6.13h1.903c.484 0 1.161.064 1.452-.42.129-.194.16-.452.193-.71.032-.226.032-.451.032-.71v-2.128c0-.581 0-.968-.032-1.194-.032-.193-.129-.355-.258-.516zm-1.129 3.742c0 .42-.097.645-.129.742-.032.097-.194.129-.42.129V9.903c.194 0 .259 0 .355.033a.495.495 0 01.13.193c.032.097.032.258.032.549v2.419h.032zM19.517 10.806c-.065-.129-.162-.193-.323-.258a1.588 1.588 0 00-.87-.064c-.13.032-.259.064-.388.129-.064.032-.129.064-.194.129-.032.032-.16.097-.16.129v-2h-1.55V15h1.452l.097-.42c.13.13.258.259.42.355.129.097.322.097.483.097.162 0 .355-.032.516-.097.355-.16.581-.516.613-.903.033-.548.033-1.097.033-1.677v-1.13a1.6 1.6 0 00-.13-.419zm-1.355 2.742c0 .258 0 .484-.032.549-.033.097-.13.129-.258.129-.097 0-.13-.033-.194-.097-.032-.097-.032-.226-.032-.484V12c0-.258 0-.452.032-.484.032-.032.097-.097.194-.097.096 0 .225.032.258.13.032.096.032.225.032.483v1.516z", fill: "#323544" }));
exports.default = Imdb;