iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.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 CallOutgoing = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.649 6.648L13.289 2H10V1h5v5h-1V2.71L9.352 7.353l-.703-.704zm3.304 2.563a1.567 1.567 0 011.102.453c.11.11.232.224.367.344.135.12.279.247.43.383.15.135.291.276.422.421.13.146.252.295.367.446.114.15.2.312.258.484.057.172.09.344.101.516a1.567 1.567 0 01-.453 1.101c-.266.266-.505.5-.719.704a4.007 4.007 0 01-.664.515c-.229.14-.487.245-.773.313a4.697 4.697 0 01-1.008.109 6.157 6.157 0 01-1.75-.266A9.819 9.819 0 017.844 14a12.444 12.444 0 01-1.742-1.117 15.329 15.329 0 01-1.61-1.414c-.505-.51-.974-1.05-1.406-1.617a11.64 11.64 0 01-1.101-1.735 10.38 10.38 0 01-.72-1.773A6.005 6.005 0 011 4.625c0-.396.034-.734.102-1.016a2.63 2.63 0 01.312-.765c.14-.23.313-.45.516-.664.203-.214.44-.456.71-.727A1.567 1.567 0 013.743 1c.26 0 .51.07.75.21.24.142.472.313.696.517.224.203.43.416.617.64.187.224.365.417.531.578a1.567 1.567 0 01.453 1.102c0 .203-.034.385-.101.547a1.824 1.824 0 01-.25.43 2.982 2.982 0 01-.328.351c-.12.11-.23.214-.329.313a3.131 3.131 0 00-.257.289.46.46 0 00-.102.312c0 .063.047.162.14.297.094.135.225.297.391.484a24.366 24.366 0 001.211 1.266l.68.664c.219.214.43.417.633.61.203.192.375.356.515.492.141.135.25.24.329.312a.534.534 0 00.695.063c.094-.068.19-.152.289-.25.099-.1.2-.209.305-.329.104-.12.224-.229.359-.328.135-.099.279-.185.43-.258.15-.072.336-.106.554-.101zM11.383 14c.318 0 .583-.029.797-.086a1.93 1.93 0 00.586-.266c.177-.12.344-.26.5-.421.156-.162.346-.352.57-.57.11-.11.164-.24.164-.391 0-.068-.041-.164-.125-.29a6.122 6.122 0 00-.312-.421 5.023 5.023 0 00-.43-.47c-.161-.155-.318-.299-.469-.429a4.31 4.31 0 00-.414-.32c-.125-.083-.224-.125-.297-.125a.545.545 0 00-.312.101 1.802 1.802 0 00-.29.25c-.093.1-.195.209-.304.329-.11.12-.229.229-.36.328-.13.099-.273.185-.429.258a1.209 1.209 0 01-.547.101 1.527 1.527 0 01-1.101-.46L4.883 7.39a1.537 1.537 0 01-.336-.5 1.655 1.655 0 01-.125-.602c0-.203.034-.383.102-.539.067-.156.15-.302.25-.438.099-.135.208-.252.328-.351.12-.099.229-.203.328-.313.099-.109.185-.205.258-.289a.429.429 0 00.101-.312c0-.068-.041-.164-.125-.29a5.087 5.087 0 00-.312-.413 6.79 6.79 0 00-.43-.469 6.79 6.79 0 00-.469-.43 5.674 5.674 0 00-.422-.32c-.13-.089-.226-.13-.289-.125a.542.542 0 00-.398.164c-.214.214-.404.401-.57.563a3.072 3.072 0 00-.422.5c-.115.171-.2.367-.258.586A3.377 3.377 0 002 4.601c0 .5.081 1.015.242 1.546a9.12 9.12 0 00.672 1.61 10.5 10.5 0 001.032 1.578c.4.51.83.997 1.289 1.46a13.205 13.205 0 003.046 2.298c.532.286 1.06.508 1.586.664a5.527 5.527 0 001.516.242z", fill: "#424242" }));
exports.default = CallOutgoing;