iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.75 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 Dailymotion = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.823 7.327a11.928 11.928 0 00-2.606-3.814 12.126 12.126 0 00-3.866-2.57A12.246 12.246 0 0010.617 0H1.831a.602.602 0 00-.609.603v3.764c0 .162.064.312.179.426l4.164 4.123a.612.612 0 00.439.177h4.56c.806 0 1.56.313 2.125.88.557.559.856 1.296.843 2.075-.029 1.571-1.343 2.849-2.931 2.849h-6.74a.613.613 0 00-.432.176.619.619 0 00-.178.427v3.764c0 .162.063.312.178.427l4.139 4.099a.647.647 0 00.476.21h2.572a12.276 12.276 0 004.733-.945 12.145 12.145 0 003.866-2.571 11.959 11.959 0 002.607-3.813c.633-1.479.956-3.051.956-4.67 0-1.619-.321-3.19-.956-4.669l.001-.005zM2.441 4.118V1.982l2.945 2.755.001 2.297-2.946-2.916zm4.975 17.813l-2.945-2.917v-2.137l2.945 2.755v2.299zm-2.004-5.832h5.19c2.248 0 4.107-1.807 4.147-4.03a4.027 4.027 0 00-1.192-2.937 4.203 4.203 0 00-2.996-1.239H6.606V5.216h3.996c1.831 0 3.553.706 4.849 1.986a6.724 6.724 0 01-.152 9.736 6.875 6.875 0 01-4.697 1.84H8.275L5.412 16.1v-.001zm15.289.1a10.753 10.753 0 01-2.345 3.431 10.91 10.91 0 01-3.48 2.314 11.018 11.018 0 01-4.26.847H8.633v-2.814h1.916c2.145 0 4.161-.802 5.675-2.254a7.88 7.88 0 002.451-5.728c0-2.177-.87-4.21-2.451-5.728-1.514-1.454-3.528-2.254-5.675-2.254h-4.16L3.383 1.202h7.234c1.479 0 2.911.285 4.259.847a10.957 10.957 0 013.48 2.313 10.769 10.769 0 012.345 3.432c.571 1.33.86 2.743.86 4.202 0 1.46-.289 2.873-.86 4.203z" }));
exports.default = Dailymotion;