Skip to content

Commit

Permalink
TR-1088 New CheckDecagram icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bkemper committed Feb 21, 2019
1 parent fb17a26 commit 6f4e81b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/matchbox-icons/src/icons/CheckDecagram.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';
import { createSvgIcon } from '../IconBase';

// see, https://materialdesignicons.com/icon/check-decagram
export default createSvgIcon(
<g><path d="M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M10,17L6,13L7.41,11.59L10,14.17L16.59,7.58L18,9L10,17Z" /></g>
, 'CheckDecagram');
1 change: 1 addition & 0 deletions packages/matchbox-icons/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export { default as CheckBox } from './icons/CheckBox';
export { default as CheckBoxOutlineBlank } from './icons/CheckBoxOutlineBlank';
export { default as CheckCircle } from './icons/CheckCircle';
export { default as CheckCircleOutline } from './icons/CheckCircleOutline';
export { default as CheckDecagram } from './icons/CheckDecagram';
export { default as ChevronLeft } from './icons/ChevronLeft';
export { default as ChevronRight } from './icons/ChevronRight';
export { default as ChildCare } from './icons/ChildCare';
Expand Down

0 comments on commit 6f4e81b

Please sign in to comment.