You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CallToActionTwoTone.js 410 B

3 jaren geleden
12345678
  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
  4. d: "M3 19h18V5H3v14zm2-4h14v3H5v-3z",
  5. opacity: ".3"
  6. }), React.createElement("path", {
  7. d: "M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM5 15h14v3H5z"
  8. })), 'CallToActionTwoTone');